.nav a,
.nav a:hover {
	text-decoration:none;
}
.nav ul,
.nav ol {
	list-style:none;
}

/*------------------------------------*\
    Logo+Sign in
\*------------------------------------*/

#hea {
	width: 100%;
	height: 5px;
	background-color: #005598;
}

#headerLogo {
	height: 65px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cart{
    background-image: url(../images/cart.png);
	float:right;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height:65px;
    width: 151px;
}
#logo {
	height: 65px;
	width: 160px;
	text-indent: -9999px;
	float:left;
}
#logo a {
	background-image: url(../images/cloudlogo.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 100%;
	width: 100%;
	display: block;
	text-indent: -9999px;
	padding-left: 5px;
}
#logo a:hover {
	background-position: 1px 1px;
}

/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
#headerNav{
	width: 100%;}
.nav {
	width: 950px;
	height: 50px;
	position:relative;
	/*display:inline-block;*/
	font-size:14px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
.nav-list {
	text-align:left;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item-right{
	float:right;
}
#headerNav, .nav, .nav-item a {
	height:50px;
	background-color: #0096CE;
	background: rgb(0,150,206); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(0,150,206) 90%, rgb(0,125,170) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,rgb(0,150,206)), color-stop(100%,rgb(0,125,170))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(0,150,206) 90%,rgb(0,125,170) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(0,150,206) 90%,rgb(0,125,170) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(0,150,206) 90%,rgb(0,125,170) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(0,150,206) 90%,rgb(0,125,170) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096ce', endColorstr='#007daa',GradientType=0 ); /* IE6-9 */	
}
.nav-item a {
	display:block;
	color:#FFF;
	padding:0px 10px;
	line-height: 50px;
}
.nav-item > a:hover,
.nav-submenu-item a:hover {
	background:#007AA8;
}

.nav-list #signin a {
	background-image: url(../images/signin.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 70px;
	padding:0px;
	margin:0px;
	text-indent: -9999px;
}
.nav-list #signin a:hover,
.nav-list #signin > a:hover {
	background-color: transparent;
	background-position: 0px -50px;
}

.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:200px;
}
.nav-item-right .nav-submenu{
	left: -119px;
}
.nav-submenu-item a {
	background:#0082B3;
	display:block;
	height: auto;
	line-height: 20px;
	padding: 15px 0px 15px 25px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.30);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0093CA;
	border-bottom-color: #006F99;
}

/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background: url(../images/icon/mavmenu_buttom.png) no-repeat center center;
	background-size:24px;
	height:50px;
	width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:50px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:50px;
	width:50px;
	background-size:20px;
	background-image: url(../images/icon/mavmenu_buttom_down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav-click:hover {
	background-color:#0082B3;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (min-width: 780px) and (max-width: 949px) {
.nav {
	width: 100%;
}
.nav-item-right .nav-submenu{
	left: -119px;
}
#headerLogo {
	width: 100%;
}
}

@media only screen and (min-width: 100px) and (max-width: 779px) {
#headerLogo {
	width: 100%;
}

.nav-mobile {
	display:block;
}
.nav {
	width:100%;
	padding:0px;
}
.nav-item-right .nav-submenu{
	left: 0px;
}
.nav-list {
	display:none;
}
.nav-item {
	width:100%;
	float:none;
	box-shadow: 0px 20px 30px rgba(0,0,0,0.50);
}
.nav-item > a {
	line-height: 49px;
	height:49px;
}
.nav-click {
	display:block;
}
.nav-mobile-open {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}
.nav-submenu {
	display:block;	
	position:static;
	width:100%;	
}
.nav-item a{
	background: none;
	background-color: #0096CE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00A8E8;
	border-bottom-color: #006F99;
}
.nav-item-right a{
	background: none;
	background-color: #60AF38;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #68C13E;
	border-bottom-color: #4D812D;
}

.nav-submenu-item a {
	padding: 15px 0px 15px 50px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.30);
}
.nav-item > a:hover,
.nav-submenu-item a:hover {
	background:#0082B3;
	border-top: 1px solid #0082B3;
}

.nav-list #signin a {
	width: 100%;
}
.nav-list #signin a:hover,
.nav-list #signin > a:hover {
	background-color: #549B31;
	background-position: 0px -50px;
	border-top: 1px solid #549B31;		
}

.nav-item.nav-item-right > a:hover,
.nav-item-right .nav-submenu-item a:hover {
	background:#549B31;
	border-top: 1px solid #549B31;	
}
.nav-item.nav-item-right .nav-click:hover {
	background-color:#549B31;
}
#header #headerNav .nav .nav-list #homelink {
	display: none;
}


/*目前頁面*/
/*#how .nav-item .p_how,
#product .nav-item .p_product,
#plan .nav-item .p_plan,
#about .nav-item .p_about {
	border-top: 1px solid #005098;	
	background-color: #0082B3;
	background: #0082B3;	
}
#si .nav-item .p_si,
#support .nav-item .p_support {
	border-top: 1px solid #458028;
	background-color: #549B31;
	background: #549B31;
}*/
/*目前頁面*/
}
